@charset "UTF-8";
table{
  max-width: 100%;
}
td{
  width: auto;
  word-break: break-all;
}
.hide {
  display: none;
}

a{
  cursor: pointer;
}

.container {
  max-width: 95vw;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.part01 {
  height: 481px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #777;
}

.part01 * {
  transition: all 1s;
}

.part01 p, .part01 a {
  position: relative;
  z-index: 1;
}

.part01 img.absolute {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.part01 a {
  width: 320px;
  max-width: 35vw;
  line-height: 64px;
  transition: all .2s;
  text-indent: -8px;
  border: solid 1px #ffffff;
  background: url(../img/icon3.png) no-repeat 93% center;
}

.part01 a + a {
  margin-left: 100px;
}

.part01-1 {
  background: transparent;
  height: initial !important;
}

.part01-1 a {
  color: #333;
  border-color: #333;
  background-image: url(../img/icon2.png);
  outline: none !important;
}

header {
  position: fixed;
  z-index: 15;
}

@media screen and (min-width: 750px) {
  footer {
    text-align: center;
    line-height: 2;
  }
  footer a {
    display: inline-block;
  }
  footer a + a {
    margin-left: 10px;
  }
  header {
    top: 2vh;
    left: 3vw;
    background: white;
    right: 3vw;
    height: 120px;
    padding: 0 13vw 0 28vw;
    box-shadow: 0 1px 20px 1px rgba(50, 50, 50, 0.1);
  }
  header .logo {
    height: 100%;
    border-right: solid 1px #ddd;
    position: absolute;
    left: 50px;
    padding-right: 40px;
  }
  header .logo img {
    width: 313px;
    max-width: 15.5vw;
  }
  header .search {
    height: 100%;
    width: 160px;
    max-width: 10vw;
  }
  header .search ~ dl {
    white-space: nowrap;
    line-height: 3;
    position: relative;
  }
  header .search ~ dl a {
    cursor: pointer;
  }
  header .search ~ dl a:hover, header .search ~ dl.on dt {
    color: #b80f11;
  }
  header .search ~ dl.on dt{
    border-bottom: 3px solid #b80f11;
  }
  /* header .search ~ dl.on dt:after {
    content: "▲";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
  } */
  header .search ~ dl:hover dd {
    display: block;
    opacity: 1;
  }
  header .search ~ dl dd {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 99%;
    padding: 29px 0 10px;
    width: 120px;
    text-align: center;
    left: 50%;
    margin-left: -60px;
    font-size: 90%;
    display: none;
    transition: all 1s;
  }
  header .search ~ dl dd.big {
    width: 160px;
    margin-left: -80px;
  }
  header .search ~ dl dd a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    display: block;
  }
  header .search ~ dl dd a + a {
    border-top: solid 1px #fff;
  }
  header .search ~ dl dd a:hover {
    background: white;
  }
  .part02 {
    border: solid 1px #dddddd;
    height: 57px;
    border-left: 0;
    border-right: 0;
  }
  .part02 a {
    flex: auto;
    white-space: nowrap;
    line-height: 0.8;
  }
  .part02 a:hover {
    color: #b80f11;
  }
  .part02 a + a {
    border-left: solid 1px #999;
  }
  .part04 dl {
    padding-left: 550px;
    min-height: 350px;
    color: #000;
  }
  .part04 dl, .part04 dl .ellipsis {
    position: relative;
  }
  .part04 dl .ellipsis {
    padding-left: 120px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    padding-right: 20%;
  }
  .part04 dl .ellipsis:hover {
    color: #b80f11;
    transform: translateX(2px);
  }
  .part04 dl .ellipsis + .ellipsis {
    margin-top: 26px;
  }
  .part04 dl > img, .part04 dl .ellipsis > p {
    position: absolute;
    left: 0;
    top: 0;
  }
  .part04 dl > img {
    width: 472px;
    height: 316px;
  }
  .part04 dl > img:hover {
    filter: brightness(90%);
  }
}

.part03 {
  text-align: center;
}

.part04 {
  background-color: #f2f4f5;
  padding: 2.2vh 0;
}

.part05 {
  background: url(../img/icon2.png) right no-repeat;
  padding-right: 30px;
  text-align: left;
  display: inline-block;
  background-size: auto 90%;
}

.part06 {
  width: 1200px;
  cursor: pointer;
}

.part06 * {
  transition: all .3s;
}

.part06 dl {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 38px;
}

.part06 dl:nth-child(3n) {
  margin-right: 0;
}

.part06 dl:hover .img:after {
  display: none;
}

.part06 dl:hover .img img {
  filter: brightness(98%);
}

.part06 .part05 {
  border: solid 10px white;
}

.part06 .img {
  width: 100%;
  height: 240px;
  margin-bottom: 35px;
  border-radius: 2px;
  position: relative;
}

.part06 .img:after {
  content: "";
  background: pink;
  mix-blend-mode: soft-light;
  opacity: .2;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.part06 .img img {
  height: 100%;
  width: 100%;
  filter: brightness(90%) grayscale(50%);
}

.part07 .swiper-slide {
  padding-top: 26vw;
  user-select: none;
  height: 100vh;
  max-height: 90vw;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.part07 .swiper-slide img, .part07 .swiper-slide p {
  max-width: 90%;
  margin: auto;
}

.part07 .swiper-pagination {
  margin-bottom: 5vh;
}






.bgheader{
  width: 100vw;
  max-height: 85vh;
  height: auto;
}

.container {
  max-width: 95vw;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.news{
  position: relative;
  margin-top: -120px;
  background-color: #fff;
  min-height: 500px;
  width: 1200px;
}

.news .tab{
  height: 180px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.news .tab .item {
  white-space: nowrap;
  padding: 10px 0 10px;
  font-size: 18px;
}
.news .tab .item:hover, .news .tab .item.on {
  color: #b80f11;
}
.news .tab .item.on {
  position: relative;
  border-bottom: 2px solid #b80f11;
}

.news .lists .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .lists .list:after {
  content: "";
  width: 30%;
  height: 0px;
  visibility: hidden;
}

.news .lists .list .new{
  width: 30%;
  aspect-ratio: 3/2;
  margin-bottom: 5%;
}

.news .lists .list .new:hover{
  background-color: #b80f11;
  color: #fff!important;
  margin-top: -20px;
}

.news .lists .list .new .newimg{
  width: 100%;
}

.news .lists .list .new:hover .newtitle{
  padding: 5px 10px 30px;
}

.news .lists .list .new:hover .newtime{
  color: #fff!important;
}

.news .lists .list .new .newtime{
  font-style: 14px;
  color: rgb(192, 5, 26);
  font-weight: 600;
  padding: 20px 10px 5px;
}

.news .lists .list .new .newtitle{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 10px 10px;
}

.newdetail{
  position: relative;
  background-color: #fff;
  min-height: 500px;
  width: 1000px;
}

.newdetail .detail{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid rgb(220, 220, 220);
  height: 110px;
}

.newdetail .detail span{
  line-height: 50px;
  margin: 40px 0 20px;
}

.newdetail .content .article{
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}

.newdetail .content .title{
  font-size: 32px;
  margin: 40px 0;
} 

.newdetail .content p{
  font-size: 16px;
  line-height: 25px;
}

.newdetail .content img{
  height: auto;
  aspect-ratio: 2/1;
}

.newdetail .content .bottom{
  display: flex;
  justify-content: space-between;
  padding: 50px 0 70px;
}

.newdetail .content .bottom .left a{
  line-height: 25px;
  font-size: 16px;
  display: block;
}

.newdetail .content .bottom .left a:hover{
  color: rgb(168, 36, 57);
}

.newdetail .content .bottom .right .back{
  background-color: rgb(184, 15, 18);
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.about{
  position: relative;
  margin-top: -120px;
  background-color: #fff;
  min-height: 500px;
  width: 1200px;
  margin-bottom: 180px;
}

.about .tab{
  height: 180px;
}

.about .tab .item {
  white-space: nowrap;
  line-height: 8;
  padding: 10px 0 10px;
  margin: 0 80px;
  font-size: 18px;
}
.about .tab .item:hover, .about .tab .item.on {
  color: #b80f11;
}
.about .tab .item.on {
  position: relative;
  border-bottom: 2px solid #b80f11;
}

.about .lists .list .content .part{
  padding: 20px 0 0;
}

.about .lists .list .content .part .title{
  font-size: 18px;
  margin: 20px 0;
}
.about .lists .list .content .part p{
  font-size: 16px;
  line-height: 25px;
}
.about .lists .list .honour{
  display: flex;
  justify-content: space-between;
}
.about .lists .list .honour .left{
  width: 30%;
}
.about .lists .list .honour .left img{
  display: block;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.about .lists .list .honour .right{
  width: 68%;
}
.about .lists .list .honour .right .point{
  background-color: rgb(184, 15, 18);
  display: flex;
  margin-bottom: 20px;
}
.about .lists .list .honour .right .point .name{
  background-color: rgb(184, 15, 18);
  color: #fff;
  vertical-align: middle;
  width: 25%;
  margin: auto 0;
  font-size: 20px;
  padding: 35px 10px;
}
.about .lists .list .honour .right .point .more{
  background-color: rgb(243, 244, 246);
  padding: 30px;
  width: 75%;
}
.about .lists .list .honour1 .item{
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #eee;
}
.about .lists .list .honour1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .lists .list .honour1:after{
  content: "";
  width: 30%;
  height: 0px;
  visibility: hidden;
}
.about .lists .list .honour1 .item .left{
  width: 100%;
  margin: auto;
}
.about .lists .list .honour1 .item .left img{
  display: flex;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
}
.about .lists .list .honour1 .item .point{
  background-color: rgb(184, 15, 18);
  display: flex;
  text-align: center;
}
.about .lists .list .honour1 .item .point .name{
  background-color: rgb(184, 15, 18);
  color: #fff;
  vertical-align: middle;
  margin: auto 0;
  font-size: 18px;
  padding: 10px 10px;
  width: 100%;
}
.about .lists .list .honour1 .item .point .more{
  background-color: rgb(243, 244, 246);
  padding: 30px;
  width: 75%;
}



.production{
  position: relative;
  min-height: 500px;
  width: 1200px;
  margin-bottom: 180px;
}

.production .type,.production .name{
  display: flex;
  padding: 20px 0;
  line-height: 3;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.production .type .left,.production .name .left{
  color: gray;
  white-space: nowrap;
  width: auto;
}
.production .type .right{
  flex-wrap: wrap;
}

.production .type .right a,.production .name .right a{
  margin: 0 20px;
  padding: 0 0 10px;
  white-space: nowrap
}

.production .type .right a:hover,.production .name .right a:hover{
  color: rgb(190, 14, 17);
}

.production .type .right a.active,.production .name .right a.active{
  color: rgb(190, 14, 17);
  border-bottom: 2px solid rgb(190, 14, 17);
}

.production .product{
  width: 100%;
  margin-top: 100px;
}
.elddpsis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.searchinputpc{
  width: auto;
  padding: 0 10px;
  background-color: rgb(220, 220, 220);
  display: flex;
  align-items: center;
}
.searchinputpc input{
  border: none;
  background-color: rgb(220, 220, 220);
  height: 50px;
  width: 400px;
  padding: 30px 10px;
}
.searchinput{
  width: auto;
  padding: 0 10px;
  background-color: rgb(220, 220, 220);
  display: flex;
  align-items: center;
}
.searchinput input{
  border: none;
  background-color: rgb(220, 220, 220);
  height: 50px;
  width: 400px;
  padding: 30px 10px;
}

.productdetail{
  position: relative;
  min-height: 500px;
  width: 1200px;
  margin-bottom: 130px;
}
.productdetail .top{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.productdetail .top .left{
  width: 50%;
  overflow: hidden;
}
.productdetail .top .left img{
  width: 600px;
  aspect-ratio: 3/2;
}
.productdetail .top .left .swiper-slide {
  width: 600px;
  background-position: center;
  background-size: cover;
}
.productdetail .top .left .swiper-button-next{
  color: #fff;
  width: 60px;
  height: 50px;
  background-color: rgb(184, 15, 18);
  margin-top: 150px;
  margin-right: -10px;
}
.productdetail .top .left .swiper-button-prev {
  color: rgb(184, 15, 18);
  width: 60px;
  height: 50px;
  background-color: #fff;
  margin-top: 150px;
  margin-left: 470px;
}
.productdetail .top .left .swiper-button-next:after,
.productdetail .top .left .swiper-button-prev:after {
  font-size: 18px;
}

.productdetail .top .right{
  width: 45%;
}
.productdetail .top .right .title{
  font-size: 32px;
  color: rgb(174, 15, 11);
}
.productdetail .top .right .brief{
  height: 230px;
  margin: 30px 0;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  overflow-y: scroll;
  padding-right: 5px;
}
.productdetail .top .right .button{
  display: flex;
  justify-content: space-around;
  margin-top: 43px;
}
.productdetail .top .right .button .message{
  color: #fff;
  font-size: 14px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #b80f11;
  text-align: center;
}
.productdetail .top .right .button .back{
  color: #000;
  font-size: 14px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
}
.productdetail .tab{
  display: flex;
  justify-content: space-around;
  background-color: rgb(245, 245, 245);
  font-size: 18px;
  margin: 90px 0;
}
.productdetail .tab .item{
  padding: 20px 0;
  width: 25%;
}
.productdetail .tab .item.on{
  color: rgb(190, 14, 17);
  border-bottom: 2px solid rgb(190, 14, 17);
}
.productdetail .fabric .subtitle,.productdetail .rule .subtitle,
.productdetail .point .subtitle,.productdetail .explain .subtitle{
  color:  rgb(190, 14, 17);
  padding-left: 10px;
  font-size: 16px;
  border-left: 3px solid rgb(190, 14, 17);
  margin-bottom: 30px;
}
.productdetail .fabric,.productdetail .rule{
  margin-bottom: 50px;
}






.project{
  position: relative;
  min-height: 500px;
  width: 1200px;
  margin: 50px auto 150px;
}
.project .list .item{
  padding: 60px;
  display: flex;
  justify-content: space-between;
  background-color: rgb(248, 248, 248);
  margin-bottom: 40px;
}
.project .list .item .right{
  width: 65%;
  font-size: 16px;
}
.project .list .item .right .title{
  font-size: 32px;
  color: #000;
  font-weight: 600;
}
.project .list .item .right p{
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.project .list .item .right .button{
  position: relative;
  top: 50px;
}
.project .list .item .right .button a{
  color: gray;
  height: 40px;
  width: 170px;
  border: 1px solid gray;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0px 12px;
  margin:auto 0;
  background: url(../img/icon2.png) no-repeat 93% center;
}
.project .list .item:hover .right .button a{
  color: rgb(190, 14, 17);
  border: 1px solid rgb(190, 14, 17);
  background: url(../img/icon4.png) no-repeat 93% center;
}
.project .list .item:hover .right .title {
  color: rgb(190, 14, 17);
}
.project .list .item:hover .right P {
  color: rgb(190, 14, 17);
}



.projectdetail{
  position: relative;
  background-color: #fff;
  min-height: 500px;
  width: 1000px;
}
.projectdetail .detail{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid rgb(220, 220, 220);
  height: 110px;
}
.projectdetail .detail span{
  line-height: 50px;
  margin: 40px 0 20px;
}
.projectdetail .content .article{
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}
.projectdetail .content .article .swiper-slide img{
  height: auto;
  width: 300px;
  aspect-ratio: 3/2;
}
.projectdetail .content .article .img{
  height: auto;
}
.projectdetail .content .title{
  font-size: 32px;
  margin: 40px 0;
} 
.projectdetail .content p{
  font-size: 16px;
  line-height: 25px;
}
.projectdetail .content .projectdetailimg{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
.projectdetail .swiper-container{
  width: 1200px;
  overflow: hidden;
}
.projectdetail .swiper-slide {
  width: 30%;
}
.projectdetail .swiper-button-next,
.projectdetail .swiper-button-prev {
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: rgb(184, 15, 18);
}
.projectdetail .content .bottom{
  display: flex;
  justify-content: space-between;
  padding: 50px 0 70px;
}
.projectdetail .content .bottom .left a{
  line-height: 25px;
  font-size: 16px;
  display: block;
}
.projectdetail .content .bottom .left a:hover{
  color: rgb(168, 36, 57);
}
.projectdetail .content .bottom .right .back{
  background-color: rgb(184, 15, 18);
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.case{
  position: relative;
  margin-top: -120px;
  background-color: #fff;
  min-height: 500px;
  width: 1200px;
}
.case .tab{
  height: 180px;
}
.case .tab .item {
  white-space: nowrap;
  line-height: 8;
  padding: 10px 0 10px;
  margin: 0 85px;
  font-size: 18px;
}
.case .tab .item:hover, .case .tab .item.on {
  color: #b80f11;
}
.case .tab .item.on {
  position: relative;
  border-bottom: 2px solid #b80f11;
}
.case .lists .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .lists .list:after {
  content: "";
  width: 30%;
  height: 0px;
  visibility: hidden;
}
.case .lists .list .custom{
  width: 32%;
  margin-bottom: 2%;
  background-color: rgb(248, 248, 248);
  height: 100px;
  border-radius: 10px;
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.case .lists .list .custom:hover{
  background-color: #b80f11;
  color: #fff!important;
}
.case .lists .list .custom:hover{
  background-color: #b80f11;
  color: #fff!important;
}
.case .guide{
  margin-bottom: 60px;
}
.case .guide .type,.case .name{
  display: flex;
  padding: 20px 0;
  line-height: 3;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.case .guide .type .left,.case .guide .name .left{
  color: gray;
  white-space: nowrap;
  width: auto;
}
.case .guide .type .right{
  flex-wrap: wrap;
}
.case .guide .type .right a{
  margin: 0 20px;
  padding: 0 0 10px;
  white-space: nowrap
}
.case .guide .name .right a{
  margin: 0 25px;
  padding: 0 0 10px;
  white-space: nowrap
}
.case .guide .type .right a:hover,.case .guide .name .right a:hover{
  color: rgb(190, 14, 17);
}
.case .guide .type .right a.active,.case .guide .name .right a.active{
  color: rgb(190, 14, 17);
  border-bottom: 2px solid rgb(190, 14, 17);
}


.serve{
  position: relative;
  margin-top: -120px;
  background-color: #fff;
  min-height: 500px;
  width: 1200px;
}

.serve .tab{
  height: 180px;
}

.serve .tab .item {
  white-space: nowrap;
  line-height: 8;
  padding: 10px 0 10px;
  margin: 0 85px;
  font-size: 18px;
}
.serve .tab .item:hover, .serve .tab .item.on {
  color: #b80f11;
}
.serve .tab .item.on {
  position: relative;
  border-bottom: 2px solid #b80f11;
}
.serve .lists .list .top{
  display: flex;
  color: #fff;
  font-size: 15px;
  margin-bottom: 50px;
}
.serve .lists .list .top .left{
  background-color: rgb(184, 15, 18);
  padding: 60px 40px;
  height: 500px;
}
.serve .lists .list .top .left .title{
  font-size: 24px;
}
.serve .lists .list .top .left .title-e{
  font-size: 14px;
}
.serve .lists .list .top .left .line{
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #fff;
  width: 35px;
}
.serve .lists .list .top .left .address,
.serve .lists .list .top .left .tel,
.serve .lists .list .top .left .manager,
.serve .lists .list .top .left .cz,
.serve .lists .list .top .left .mal{
  margin-bottom: 20px;
}


.serve .lists .list .top .right #dituContent {
  width:800px;
  height:500px;
  border:#ccc solid 1px;
  margin-bottom:10px;
}
.serve .lists .list .bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serve .lists .list .bottom:after{
  content: "";
  width: 30%;
  height: 0px;
  visibility: hidden;
}
.serve .lists .list .bottom .card{
  width: 32%;
  margin-bottom: 2%;
  border: 1px solid #b80f11;
  padding: 20px
}
.serve .lists .list .bottom .card:hover{
  background-color: #b80f11;
  color: #fff;
  fill: #fff;
}
.serve .lists .list .bottom .card .line{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #b80f11;
  width: 35px;
}
.serve .lists .list .bottom .card:hover .line{
  border-bottom: 2px solid #fff;
}
.serve .lists .list .bottom .card .name{
  font-size: 20px;
  font-weight: 600;
}
.serve .lists .list .bottom .card .more{
  display: flex;
  text-align: left;
}
.serve .lists .list .bottom .card .more span{
  width: 50%;
}
.serve .lists .list .information{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
.serve .lists .list .information input{
  width: 48%;
  height: 70px;
  background-color: rgb(247, 247, 247);
  border: none;
  margin-bottom: 40px;
  padding: 20px;
}
.serve .lists .list textarea{
  margin-bottom: 40px;
  border: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
  padding: 20px;
}
.serve .lists .list .end{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 180px;
}
.serve .lists .list .end .left{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve .lists .list .end .left .code{
  width: 50%;
  height: 50px;
  padding: 10px;
  border: none;
  background-color: rgb(247, 247, 247);
}
.serve .lists .list .end .left .bg{
  text-align: center;
  cursor: pointer;
}
.serve .lists .list .end .button{
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.serve .lists .list .end .button .submit{
  width: 48%;
  background-color: rgb(31, 64, 131);
  color: #fff;
  border: none;
  cursor: pointer;
}
.serve .lists .list .end .button .reset{
  width: 48%;
  background-color: rgb(217, 217, 217);
  border: 1px solid #000;
  cursor: pointer;
}

.bannername{
  position: absolute;
  top: 35vh;
  left: 40vh;
  font-size: 81px;
  color: #fff;
}
.bannername1{
  position: absolute;
  top: 48vh;
  left: 40vh;
  font-size: 24px;
  color: #fff;
}
.renliziyuan {
  width: 1200px;
  max-width: 95%;
  margin: 75px auto 156px;
}
.renliziyuan .item {
  --font-size-20: 20px;
  --font-size-14: 14px;
  --btn-img-size: 30px;
  margin-bottom: 25px;
  cursor: pointer;
}
.renliziyuan .item:last-child {
  margin-bottom: 0;
}
.renliziyuan .item .item-container {
  width: 100%;
  height: 120px;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: solid 1px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.renliziyuan .item .item-container p, .renliziyuan .item .item-container span, .renliziyuan .item .item-container li {
  line-height: 1;
  white-space: nowrap;
}
.renliziyuan .item .item-container .btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.renliziyuan .item .item-container .btn:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.renliziyuan .item .item-container .btn img {
  width: var(--btn-img-size);
  height: var(--btn-img-size);
}
.renliziyuan .item .info {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.renliziyuan .item .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 25px;
}
.renliziyuan .item .info .top .title {
  font-size: var(--font-size-20);
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.renliziyuan .item .info .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5625rem;
}
.renliziyuan .item .info .top ul li {
  font-size: var(--font-size-14);
  color: #999999;
  padding: 0 23px;
  position: relative;
}
.renliziyuan .item .info .top ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999999;
  left: 0;
}
.renliziyuan .item .info .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.renliziyuan .item .info .bottom ul li {
  font-size: var(--font-size-14);
  color: #666666;
  margin-right: 40px;
}
.renliziyuan .item .info .bottom ul li:last-child {
  margin-right: 0;
}
.renliziyuan .item .list {
  width: 100%;
  background-color: #fff;
  display: none;
  border-radius: 10px;
  border: solid 1px #cccccc;
  padding: 25px 25px 35px 25px;
}
.renliziyuan .item .list p {
  font-size: var(--font-size-14);
  color: #666666;
  line-height: calc(var(--font-size-14) * 2.4);
}
.renliziyuan .item .list p strong {
  font-weight: bolder;
  color: #333;
  font-size: var(--font-size-14);
  line-height: calc(var(--font-size-14) * 2.4);
}
.renliziyuan .item .list .btn {
  width: 146px;
  height: 46px;
  color: #fff;
  font-size: 14px;
  position: relative;
  background-color: #b80f11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 39px;
}
.renliziyuan .item .list .btn:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.renliziyuan .item .list .btn input {
  position: absolute;
  width: 157%;
  right: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.renliziyuan .item.active .item-container {
  background-color: #b80f11;
  border-color: #b80f11;
  color: #fff;
}
.renliziyuan .item.active .item-container .info .top ul li::before {
  background-color: #fff;
}
.renliziyuan .item.active .item-container .info .bottom ul li, .renliziyuan .item.active .item-container .info .top ul li, .renliziyuan .item.active .item-container .info .top .wages {
  color: #fff;
}
.renliziyuan .item.active .item-container .btn img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.marketing {
  height: 871px;
  position: relative;
  background-color: #f8f8fa;
  --marketing-font-size-146: 146px;
  --marketing-font-size-30: 30px;
  --marketing-font-size-19: 19px;
  --marketing-font-size-16: 16px;
  overflow: hidden;
}
.marketing .marketing-bg {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.marketing section {
  z-index: 1;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-top: 178px;
  max-width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.marketing section .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}
.marketing section .top .num {
  font-size: var(--marketing-font-size-146);
  color: #b80f11;
  line-height: 1;
  font-weight: bolder;
}
.marketing section .top .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.marketing section .top .info .label {
  font-size: var(--marketing-font-size-30);
  color: #b80f11;
  line-height: 1;
  font-weight: bolder;
  margin-bottom: 6px;
}
.marketing section .top .info .text {
  width: var(--marketing-font-size-30);
  line-height: 1;
  text-align: center;
  font-size: var(--marketing-font-size-19);
  padding: 10px 0;
  border-radius: 14px;
  color: #fff;
  background-color: #b80f11;
}
.marketing section .bottom {
  width: 210px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marketing section .bottom li {
  padding: 0 21px;
  height: 27px;
  line-height: 27px;
  font-size: var(--marketing-font-size-16);
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 14px;
}
.marketing section .bottom li.active, .marketing section .bottom li:hover {
  background-color: #b80f11;
  color: #fff;
}